home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19960715-19961006 / 000236_news@columbia.edu _Fri Aug 23 15:21:39 1996.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: news@columbia.edu
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30]) by watsun.cc.columbia.edu (8.7.5/8.7.3) with ESMTP id PAA13134 for <kermit.misc@watsun.cc.columbia.edu>; Fri, 23 Aug 1996 15:21:33 -0400 (EDT)
  3. Received: (from news@localhost) by newsmaster.cc.columbia.edu (8.7.5/8.7.3) id PAA26220 for kermit.misc@watsun; Fri, 23 Aug 1996 15:21:32 -0400 (EDT)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Path: news.columbia.edu!panix!bloom-beacon.mit.edu!news.mathworks.com!nntp.primenet.com!netcom.com!netcomsv!uu3news.netcom.com!lia!glenn
  6. From: glenn@ia-us.com (Glenn Herteg)
  7. Subject: anonymous-ftp equivalent?
  8. Message-ID: <1996Aug23.181544.1093@ia-us.com>
  9. Keywords: anonymous ftp
  10. Reply-To: glenn@ia-us.com (Glenn Herteg)
  11. Organization: IA Corporation, Emeryville, CA
  12. Date: Fri, 23 Aug 1996 18:15:44 GMT
  13. Lines: 26
  14.  
  15. We'd like to set up a service over an internal UNIX network which is the
  16. equivalent of anonymous ftp, allowing processes to get and put files within a
  17. particular file tree on a remote machine.  The trick is, we don't want any
  18. hassles with "logging in" -- no password prompt should ever appear, since the
  19. file transfers will be completely automated.
  20.  
  21. What we have in mind is to set up one or more copies of kermit listening as
  22. servers on particular sockets on the remote machine.  Then when a workstation
  23. wants to get or put a file, it would just fire up a local copy of kermit and
  24. configure it via a predefined script.  Making the connection should work with
  25. no manual intervention and without any password being stored in a file.  The
  26. only thing that would vary each time would be the local and remote file paths
  27. and the transfer direction, and those items would be fed to the local kermit
  28. by the program that invokes it.  Once the transfer is done, the local kermit
  29. would exit, and the remote server copy would reset itself to accept a new
  30. connection.
  31.  
  32. Has this type of thing been done before?  Is a similar setup described
  33. anywhere, including perhaps the C-Kermit book?  (I loaned out my copy, and
  34. not surprisingly, I never got it back.)
  35.  
  36. Thanks for any help,
  37.  
  38. Glenn Herteg
  39. glenn@ia-us.com
  40.